home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 Spring / macformat-077.iso / Shareware Central / Bitwise 2.0 / Eric's Mac Apps < prev   
Encoding:
Text File  |  1999-02-12  |  6.7 KB  |  154 lines  |  [ttro/ttxt]

  1. Eric's Macintosh Apps
  2.  
  3. This is a list of Macintosh applications written by me, Eric Curtis. If you're interested in any of them, just send me email at boston84@aol.com indicating which ones you want, and I'll send them to you.
  4.  
  5.  
  6.  
  7.  
  8. Acme Filters 2.4
  9.  
  10. Acme Filters takes the place of many separate freeware/shareware utilities you may be currently using. It started out as a simple file converter to translate some old Smith-Corona word processor files into text files I could use on my Macintosh. Then I realized my code would make a good shell for any type of drag-and-drop filter. So, I combined several filters I occasionally use into one "all-purpose" drag-and-drop application. Full source code is also included so you can add your own filters or modify the included filters. Current filters include:
  11.  
  12. ASC -> Mac: Converts Smith-Corona word processor files (saved in ".ASC" ASCII format) to WriteNow® documents.
  13.  
  14. Delete RF: Deletes the resource fork of any file of type 'TEXT' (or of any file type with the option and shift keys down.)
  15.  
  16. Find Original: Opens the folder containing the object linked to an alias.
  17.  
  18. Rot13: Rot13s the text in any file of type 'TEXT'.
  19.  
  20. Tab2Space: Converts tabs to equivalent spaces in any file of type 'TEXT'. It doesn't just blindly replace tabs with spaces, but instead calculates how many spaces are required so the text lines up properly.
  21.  
  22. Touch: Sets any file's modification date and time to now. (Holding down the option key while selecting this filter allows you to specify the creation and modification dates.)
  23.  
  24. Type/Creator: Allows any file's type and creator codes to be viewed and modified.
  25.  
  26.  
  27.  
  28.  
  29. AOL Address Extractor 1.3
  30.  
  31. AOL Address Extractor lets you get a plain text file listing the names and addresses found in your America Online "Address Book". Simply drag and drop your AOL Address Book onto this application. A SimpleText document will appear on your desktop. You can then copy and paste your email addresses into other applications, keep the address list as a backup, or use the file any way you like. Now sorts the names in alphabetical order. (Only works with AOL 2.X.)
  32.  
  33.  
  34.  
  35.  
  36. Bitwise 2.0
  37.  
  38. Bitwise is a versatile, yet easy to use calculator with many unique features. It was specifically designed for programmers of personal computers and microprocessors. In fact, Bitwise is actually two calculators in one; with independent stacks for integer and floating point math. Key features include:
  39.  
  40.     + Integer and floating point math modes
  41.     + Continuous memory of all registers, modes, and window position
  42.     + Convert between hexadecimal, decimal, octal, and binary
  43.     + Floating point values can be entered in fixed or scientific notation
  44.     + Choose from integer word sizes of 8, 16, and 32 bits
  45.     + Backspace key corrects input errors without retyping entire number
  46.     + Optional byte/nibble marks & leading zeros
  47.     + Pop-up stack register display with register selection
  48.     + Carry, overflow, and remainder flags
  49.     + Signed and unsigned integer modes
  50.     + Optional sign-extension of registers
  51.     + Add, subtract, multiply, divide, and remainder (modulus)
  52.     + AND, OR, XOR, 1's & 2's complement
  53.     + Logical shift left, logical & arithmetic shift right
  54.     + Rotate left & rotate right, optionally through the carry flag
  55.     + Swap hi & lo register halves
  56.     + X Y register exchange key
  57.     + Stack roll down
  58.     + Temporarily view X register in another base
  59.     + Undo last operation
  60.     + Cut, Copy, and Paste via the clipboard
  61.     + Macintosh drag & drop support
  62.     + Calculator's keypad can be hidden to save screen space
  63.     + Keyboard equivalents for most calculator functions
  64.     + Built-in user's guide
  65.     + Low RAM, disk space, and screen size requirements
  66.     + Works with System 7.X and OS 8.X
  67.     + Native 68K & PPC fat application
  68.  
  69.  
  70.  
  71.  
  72. Bounce 2.0.1
  73.  
  74. Bounce is a fun program that moves shapes in a moveable, resizable window. You can specify several parameters including: size, shape, number, speed, and gravity. The shapes can also leave trails and shrink and grow as they bounce. Has on-line help in the About... box.
  75.  
  76.  
  77.  
  78.  
  79. Bug-Eyes II 2.3
  80.  
  81. Bug-Eyes II is a very cool optical illusion program! Stare at the center of the spinning image for about 20 seconds. Then look at something else and watch what happens!
  82.  
  83.  
  84.  
  85.  
  86. Clock 1.0
  87.  
  88. This is a very simple analog clock in a resizable window. (Includes hour, minute, and second hands.)
  89.  
  90.  
  91.  
  92.  
  93. CopyAnyFile 1.0
  94.  
  95. This application allows you to copy most invisible and/or locked files from virtually any disk or CD-ROM. The copied files appear on your Mac's desktop.
  96.  
  97.  
  98.  
  99.  
  100. Crank 1.1
  101.  
  102. This physics program simulates a crank shaft turning. Sounds now play asynchronously. You have control of the speed and other attributes of the program. Program options are listed in the About... box.
  103.  
  104.  
  105.  
  106.  
  107. delta xy 3.2
  108.  
  109. delta xy is a FREE mouse coordinate measurement program. It allows you to make precise measurements of just about anything on your computer's monitors. It can also show you the ASCII character and key codes for most of the keys on your keyboard, and the RGB values of any pixel on your monitor. All values can be copied to the clipboard and viewed in either decimal or hexadecimal. delta xy now also remembers and restores it's last window position.
  110.  
  111. This is a great tool for HTML and AppleGuide authors!
  112.  
  113. New in this version:
  114.  
  115.  + Rectangles can be measured as (left,top,right,bottom) or (top,left,bottom,right)
  116.  + Rectangle coordinates are automatically copied to the clipboard
  117.  + RGB colors can now be viewed as either 8-bit or 16-bit values
  118.  + A color swatch helps you measure small areas of color
  119.  + Can have delta xy attempt to bring itself to the foreground
  120.  + Full Screen Crosshairs
  121.  + View a 2X magnification of the area directly under the cursor
  122.  + Online help.
  123.  + delta xy is now a "Fat" application
  124.  
  125.  
  126.  
  127.  
  128. Dots 1.0
  129.  
  130. This physics program simulates a group of objects attracted to a larger object that follows your mouse around the screen. Program options are listed in the About... box.
  131.  
  132.  
  133.  
  134.  
  135. Pendulum 1.1
  136.  
  137. This physics program simulates a simple pendulum. Sounds now play asynchronously. You have control of the starting position and the damping factor. Program options are listed in the About... box.
  138.  
  139.  
  140.  
  141.  
  142. Tempus 1.3.3
  143.  
  144. Tempus is an elapsed time counter. The elapsed time is displayed in a movable window. It can be reset at any time and you can also pause and continue the elapsed time count. You can use it to keep track of how long you've been on-line!
  145.  
  146.  
  147.  
  148.  
  149. Mac Joke Apps 1.0
  150.  
  151. Use this set of five background-only applications to play jokes on your friends. Included are: graviMouse, nervoMouse, stickyMouse, subMouse, and Phantom Typist. All these applications are in the public domain. Instructions are included on how to modify the phrase list used by Phantom Typist.
  152.  
  153. Disclaimer: Use at your own risk. This software works as intended on my Mac but I take no responsibility for the results of its use or misuse on anyone else's computer. 
  154.